type testing.benchState

4 uses

	testing (current package)
		benchmark.go#L97: 	bstate           *benchState
		benchmark.go#L660: type benchState struct {
		benchmark.go#L685: 	bstate := &benchState{
		benchmark.go#L722: func (s *benchState) processBench(b *B) {